Laracasts - Incremental APIs Episode 12
- Type:
- Video > Other
- Files:
- 1
- Size:
- 31.46 MB
- Tag(s):
- laravel laracasts php framework tutorial learn 4.1 jeffrey way
- Uploaded:
- Apr 25, 2014
- By:
- Anonymous
API Pagination 8:31 We've ignored that pesky Lesson::all() long enough! Sure, it's fine when we have fifty records, but what about when that number becomes fifty thousand? Do you really want to fetch all those for each request? Of course you don't. Let's figure out how to paginate our API results.